SocketCore.IsConnected

Read-Only
Indicates whether the socket is currently connected.
For TCPSockets, a connection means you can send and receive data, and are connected to a remote machine. For UDPSockets, this means that you are bound to the port and are able to send, receive, join or leave multicast groups, or set socket options.

Syntax

IsConnected( Boolean ) as


Parameters

Boolean